home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game One!
/
GameOne!.iso
/
GameOne!.exe
/
scripts
/
DefineButton2_33
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-15
|
100 b
|
8 lines
on(press){
if(!playing)
{
som.musica.start(0,9999);
playing = true;
}
}